p {
  font-family: "Questrial", 
  color: darkgreen;
background-color: palegreen;
 font-style: italic;
 font-weight: bold;
}
h1 { font-family: "Questrial", 
  color: darkgreen;
background-color: palegreen;
 font-style: italic;
 font-weight: bold;
    border: 6px solid darkgreen; }

.clase{
    border: 3px solid green;
  border-radius: 10px;
  padding: 0.6em;
  border-left: Thick dotted #CC0088;
  border-bottom-color: rgb(0, 128, 128);
  border-bottom-style: double;
}

#idl {
  border: 4px solid darkblue;
  border-radius: 2px;  
  border-left: thick dotted #CC0088;
  border-bottom-color: rgb(0, 128, 128);
  border-bottom-style: double;
}